home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / scifi.dir / 00003_Script_3 < prev    next >
Text File  |  1994-11-29  |  333b  |  15 lines

  1. -- Used in individual topic section
  2. -- This is frame + 1 exit routine
  3.  
  4. on exitFrame
  5.   set the cursor of sprite 3 to 0
  6.   set the cursor of sprite 4 to 0
  7.   set the cursor of sprite 20 to 0
  8.   set the cursor of sprite 22 to 0
  9.   updateStage
  10.   go to frame "MTVWall"  of movie  "drmwall"  
  11. end
  12.  
  13. on enterFrame
  14.   updateStage
  15. end